/*统一顶部*/
.header{
	width: 100%;
	max-width: 1920px;
	background: #fff;
	position: relative;
}
.header-top{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
    position: relative;
}
.header-logo img{
	display: inline-block;
}
.header-logo h3 {
    display: inline-block;
    font-size: 24px;
    color: #dd001a;
    line-height: 56px;
    vertical-align: top;
    margin: 0;
    position: relative;
    padding-left: 40px;
}
.header-logo h3:before{
	content: "";
	width: 3px;
	height: 24px;
	background: #f2f2f2;
	position: absolute;
	left: 22px;
	top: 17px;
}
.header-search{
	width: 400px;
	position: relative;
    margin-top: 10px;
}
.header-search input{
	outline: none;
	width: 100%;
	box-sizing: border-box;
	height: 36px;
	border: 2px solid #dd001a;
	border-radius: 18px;
	padding: 0 70px 0 40px;
}
.header-search .iconfont{
	position: absolute;
    left: 10px;
    top: 5px;
    font-size: 22px;
    color: #dd001a;
}
.header-search button{
	width: 60px;
	outline: none;
	border: none;
	height: 36px;
	border-radius: 18px;
	background: #DD001A;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
} 
.header-search button:hover{
	background: #e72037;
}
.header-top .header-language { 
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 12px;
    color: #666;
}
.header-top .header-language  select { 
    outline: none;
    border: none;
    font-size: 12px;
    color: #666;
    width: 70px;
}
.header-top .header-language span { 
    display: inline-block;
    width: 2px;
    height: 14px;
    background: #e4e4e4;
    margin: 0 10px;
    vertical-align: text-bottom;
}
.header-nav{
	width: 100%;
	background: #DD001A;
}
.header-nav ul{
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
}
.header-nav ul li{
	float: left;
	line-height: 46px;
	cursor: pointer;
    /*width: 115px;*/
	text-align: center;
	padding-right: 68px;
	position: relative;
}
.header-nav ul li:last-child{
	padding-right: 0;
}
.header-nav ul li a{
	display: block;
}
.header-nav ul li.on:after{
	content: "";
	background: url(../images/nav-bg.png);
	position: absolute;
	display: block;
	width: 16px;
	height: 8px;
	bottom: 0;
	left: 50%;
	transform: translateX(-38px);
}
.header-nav ul li:last-child.on:after{
	transform: translateX(-8px);
}
.header-nav ul li:first-child:hover{
	color: #fff;
}
.header-subnav {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	padding: 20px 0 30px 0;
	display: none;
	position: absolute;
	top: 202px;
	left: 0;
    z-index: 10;
}
.header-subnav ul{
	width: 1200px;
	margin: 0 auto;
	color: #666;
}
.header-subnav ul li{
	display: none;
}
.header-subnav ul li dl{
	margin: 0;
	padding: 0;
}
.header-subnav ul li dd{
	margin: 0;
	padding: 0;
}
.header-subnav ul li dd h3{
	margin: 20px 0;
	font-size: 14px;
	color: #333;
}
.header-subnav ul li dd a{
	width: 180px;
    height: 32px;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	float: left;
}
.header-subnav ul li dd a:hover{
	color: #dd001a;
}

/*统一底部*/
.footer{
	background: #FFFFFF;
	padding: 30px 0;
	width: 100%;
	text-align: center;
	margin-top: 80px;
}
.footer p a, .footer p font{
	padding: 0 30px;
}
.footer p a:hover{
	color: #DD001A;
}
.footer img{
	margin: 20px 0;
}
.top{
	width: 100%;
	height: 40px;
	background: #333333;
}
.top-content{
	width: 1200px;
	margin: 0 auto;
	color: #ccc;
	line-height: 40px;
	font-size: 14px;
}
.top-content span{
	display: inline-block;
    width: 2px;
    height: 9px;
    background: #505050;
    margin: 0 20px;
}
.top-content .shouji{
	font-size: 14px;
	line-height: 16px;
	vertical-align: baseline;
}
.top-content a:hover { color: #FFFFFF; }
.cart{
	display: inline-block;
	color: #FFFFFF;
    background: #DD001A;
    height: 40px;
    padding: 0 15px;
    cursor: pointer;
    margin-left: 25px;
}
.cart i{
	font-size: 20px;
    vertical-align: bottom;
}
.cart:hover{
	background: #E71F37;
}
.top-right span{
	margin-left: 0;
}
.header-user{
	display: inline-block;
	padding: 0 20px;
	position: relative;
    height: 36px;
}
.header-user font{
	max-width: 75px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}
.header-user i{
	font-size: 14px;
	margin-left: 10px;
	margin-right: 0;
	position: relative;
}
.header-user:hover{
	background: #FFFFFF;
	color: #DD001A;
}
.header-user .user-drop{
	background: #FFFFFF;
	position: absolute;
	width: 100%;
	left: 0;
	top: 36px;
	padding: 3px 0;
	display: none;
	z-index: 100;
	box-shadow: 0 6px 12px 0 rgba(138,153,150,0.2);
}
.header-user .user-drop a{
	display: block;
	text-align: center;
	color: #333;
}
.header-user a:hover{
	background: #FFFFFF;
	color: #DD001A;
}

.header-top{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}
.header-search{
	width: 400px;
	position: relative;
    margin-top: 10px;
}
.brand .header-search{
	padding-right: 80px;
}
.header-search input{
	outline: none;
	width: 100%;
	box-sizing: border-box;
	height: 36px;
	border: 2px solid #dd001a;
	border-radius: 18px;
	padding: 0 70px 0 40px;
}
.header-search .iconfont{
	position: absolute;
    left: 10px;
    top: 5px;
    font-size: 22px;
    color: #dd001a;
}
.header-search button{
	width: 70px;
	outline: none;
	border: none;
	height: 36px;
	border-radius: 18px;
	background: #DD001A;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
} 
.header-search button:hover{
	background: #e72037;
}
.brand .header-search button{
	right: 75px;
}
.brand .header-search button.header-btnself{
	background: #333333;
	right: 0;
}
.brand .header-search button.header-btnself:hover{
	background: #444444;
}
.brandWrap{
	width: 100%;
	background: url("/2020/images/shop_bg.jpg");
	text-align: center;
	padding: 20px 0;
	font-size: 24px;
}
.brandWrap img{
	width: 60px;
    height: 60px;
	display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.brandWrap a:hover{
	color: #dd001a;
}
.brandWrap font{
	display: inline-block;
    font-size: 12px;
    color: #fff;
    background: #f19149;
    line-height: 20px;
    height: 20px;
    padding: 0 5px 0 22px;
    border-radius: 3px;
    margin-left: 10px;
    transform: translateY(-3px);
    cursor: pointer;
}
.brandWrap font:hover{
	background: #fd9e57;
}
.brandWrap font i{
	font-size: 14px;
    position: absolute;
    left: 5px;
    top: 1px;
}

/*返回顶部*/
.right-top{
	position: fixed;
	right: 50px;
	bottom: 100px;
	background: url(/2020/images/right-top.png) no-repeat;
	width: 48px;
	height: 145px;
	text-align: center;
}
.right-top .gotop{
	cursor: pointer;
	background: url(/2020/images/right-top-top.png) no-repeat;
	opacity: 0;
}
.right-top .gotop i{
	font-size: 22px;
}
.right-top .gotop:hover i{
	color: #DD001A;
}
.right-top i{
	font-size: 28px;
    line-height: 48px;
    margin: 0;
    color: #fff;
}
.right-top a{
	display: block;
	height: 48px;
	margin-bottom: 2px;
}
.right-top a:hover i{
	color: #DD001A;
}

